home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / recovinfo / recovinfo.man < prev   
Text File  |  1989-12-22  |  2KB  |  37 lines

  1. ' $Header: /sprite/src/cmds/recovinfo/RCS/recovinfo.man,v 1.1 89/12/12 17:54:14 mgbaker Exp Locker: mgbaker $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS RECOVINFO cmds
  4. .BS
  5. .SH NAME
  6. recovinfo \- Print out statistics about the potential state of recovery
  7. .SH SYNOPSIS
  8. \fBrecovinfo\fR  -[\fIoptions\fR]
  9. .SH OPTIONS
  10. .IP "\fB\-verbose\fR" 14
  11. Print out all available information.
  12. .IP "\fB\-fileID\fR"
  13. Include the unique file ID's in the printed information.
  14. .IP "\fB\-streamInfo\fP"
  15. Include information about streams along with the I/O handle information.
  16. .IP "\fB\-files\fP"
  17. Print information only about objects of type local or remote file.
  18. .IP "\fB\-all\fP"
  19. Include information about I/O handles that wouldn't be recovered.
  20. .IP "\fB\-names\fP"
  21. Print the names, reference counts and cache information of the objects.
  22. .IP "\fB\-server\fP \fIserverName\fP"
  23. Only include information about recovery for objects on this server.
  24. .BE
  25. .SH INTRODUCTION
  26. This command prints out information about what I/O and stream handles would
  27. need to be recovered if access to servers were interrupted.  Without any
  28. arguments, it just prints a summary of information, including the number
  29. of file I/O handles that would need to be recovered, the number of files
  30. with no associated stream, the number of files with no stream and no
  31. cache blocks, the number of files with no stream and no dirty blocks, the
  32. number of files with dirty blocks, and the total number of handles that would
  33. need to be recovered at this time.  This summary information is useful
  34. for determining where we can discard work in our recovery system.
  35. .SH KEYWORDS
  36. recovery, handles
  37.